home *** CD-ROM | disk | FTP | other *** search
- -- background: 3667 from stack: in
- -- bmap block id: 11296
- -- flags: 4000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=77 right=124 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New
- ----- HyperTalk script -----
- on mouseUp
- visual scroll up to gray
- visual scroll up
- go to background Letters
- visual dissolve to gray
- visual dissolve
- doMenu "New Card"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=129 right=173 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 1005 / 1005
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: To WP
- ----- HyperTalk script -----
- on mouseUp
- global WP
- answer "Transfer to word processor?" with "OK" or "Cancel"
- if it is "OK" then
- open WP
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=285 right=329 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual iris close to gray
- go Home
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=25 right=69 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 6724 / 6724
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual scroll up to gray
- visual scroll up
- go to background Letters
- end mouseUp
-
-